home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 November / SOTMC_Nov1999-Ultimate.iso / mac / REALbasic ƒ / Examples / Techniques / httpSocket / DR2 notes next >
Encoding:
Text File  |  1997-03-06  |  434 b   |  5 lines  |  [ttro/ttxt]

  1. DR2 notes
  2.  
  3.   In the latest release of DR2 (r58 at the time this was written), there is a bug involving socket's constructors. Simply put, they don't fire. So, I use a somewhat icky workaround, which means that your any instance of httpSocket's Open event won't fire until one of its methods is called. When Andrew Barry (the author or RB) fixes this bug, httpSocket will instantly revert to the correct behavior.
  4.  
  5.   Dan Vanderkam, 3/6